home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJLSR111.ZIP / libsrc / c / dos / intdos.c < prev    next >
C/C++ Source or Header  |  1992-03-02  |  99b  |  7 lines

  1. #include <dos.h>
  2.  
  3. intdos(union REGS *in, union REGS *out)
  4. {
  5.   return int86(0x21, in, out);
  6. }
  7.